* lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2014 19:27:41 +0000 (11:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2014 19:27:41 +0000 (11:27 -0800)
commit70e9df083eaefed39c3ce55ba12f5219c0eace30
tree99b7d20660183219bcbbb651dfaef1239e402cde
parentb2b5f414358a7835b56613f67d2b0278ee804290
* lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.

This is a cleaner way to fix the MinGW-w64 porting problem.
Check for INTPTR_MAX misconfiguration.
src/ChangeLog
src/lisp.h